android_app_post_exec_cmd

Call with the command returned by android_app_read_cmd() to do the final post-processing of the given command. You must have done your own actions for the command before calling this function.

version(Android)
void
android_app_post_exec_cmd
(
android_app* android_app
,
byte cmd
)

Meta